CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - tcp vb

搜索资源列表

  1. Winsock

    0下载:
  2. 用Visual Basic 6.0实现的简单UDP TCP网络通信-VB UDP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:64416
    • 提供者:lbsteven
  1. QQ

    0下载:
  2. 似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取。客户端负责与其他客户端进行信息控制与传递(包括聊天和传送文件-)。&nbs...-Chat program like QQ, written by VB. Include server site and client site, using tcp/ip, windows socket
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-13
    • 文件大小:3265822
    • 提供者:牟维明
  1. winsock

    0下载:
  2. 自已开发的关于VB WINSOCK(TCP)控件的应用-VB WINSOCK
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:2759
    • 提供者:chenxz
  1. Talking

    0下载:
  2. 利用VB中的winsock控件编写的简单的基于TCP协议的局域网聊天软件。-Winsock control in VB to write a simple TCP-based LAN chat software.
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:5376
    • 提供者:
  1. cieh10_vb

    1下载:
  2. vb调用winsocket控件,通过modbus TCP 协议与IO设备控制。-A VB program for communicating with I/O equipment by modbus Tcp protocol. in which winsocket activeX is loaded.
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1513646
    • 提供者:余荣生
  1. vVBcchatrooomb

    0下载:
  2. vb写的一个聊天室小程序源码,用tcp/ip进行行连接,界面非常的友好。 -vb to write a chat room applet source code, tcp/ip connection, the interface is very friendly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:30341
    • 提供者:sc
  1. Implementation-of-communication

    0下载:
  2. 介绍在VB环境下如何使用Winsock控件实现局域网通信。程序员无须了解TCP或低级Winsock APIs 调用实现的细节,只需通过设置控件的属性并调用其方法就可轻易连接到一台远程计算机中,并且实现双向交换数据。-This paper introduces how to realize LAN communication using Winsock controls under VB. The programme must not understand TCP or low grade Win
  3. 所属分类:software engineering

    • 发布日期:2017-11-12
    • 文件大小:83940
    • 提供者:YunJun
  1. port

    0下载:
  2. VB.NET实现TCP协议访问的网关。设计中采用.NET+FreamWork2.0。-VB.NET TCP protocol to access the gateway. Design used. NET+FreamWork2.0.
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-16
    • 文件大小:88665
    • 提供者:kangliang
  1. ADAM.net-ModbusTCP-WinCE

    0下载:
  2. WinCE系统下Modbus TCP协议,VB.net开发,可以直接支持研华系列采集模块的源代码-Modbus TCP protocol, VB.net WinCE system under development, can directly support the the Advantech series acquisition module source code
  3. 所属分类:Windows Develop

    • 发布日期:2016-07-10
    • 文件大小:236544
    • 提供者:王真
  1. Lan-chat

    0下载:
  2. 本项目是在Visual Basic 6.0环境中,利用Winsock控件开发一个基于局域网的聊天工具。具体内容是局域网内部的聊天软件,基于VB编程的基础上,利用Winsock控件,选择TCP协议提供可靠的、面向连接的传输控制,选择协议的配置,确定你的计算机名 ,然后进行连接。-This project is in Visual Basic 6.0 environment, the the Winsock control the development of a LAN-based chat to
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-05
    • 文件大小:8613460
    • 提供者:傅昱
  1. vb_soket_TCPIP

    1下载:
  2. VB使用的 TCP和UDP通讯例子包含了服务器端和客户端的编程,程序中改变了通讯端口,请注意。本程序在XP+vb6,Win7+vb6 通过。-VB uses the TCP and UDP communication example contains the server and client program, the program has changed the communication port, please note. This procedure in XP+vb6, Win7+v
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-03
    • 文件大小:90552
    • 提供者:yinmin
  1. NetTran

    0下载:
  2. (利用GIF_LZW算法实现的)网络图片传输 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现;
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-15
    • 文件大小:132978
    • 提供者:霍小刘
  1. mode-multi

    0下载:
  2. vb tcp protocol-based CS mode multi-client chat tool
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-17
    • 文件大小:207280
    • 提供者:wszxdaa
  1. CSharpTCP

    0下载:
  2. C#局域网内的tcp传输• 以目前流行的TCP/IP协议构成的互联网软件设计方法,实现网络传输实验设计。 • 掌握网络scoket套接字完成计算机通信过程,深入理解和掌握基于TCP/IP协议的网络通信以及网络客户机/服务器模型的结构概念,熟悉常用的Windows API函数的用法,利用C++或VB语言实现流式套接字的网络应用通信编程。 -C# tcp transmission • LAN to the Internet posed by the pop
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:178677
    • 提供者:郭树军
  1. NetTCP

    0下载:
  2. that is vb code he do tcp ip comonication between network devices
  3. 所属分类:.net

    • 发布日期:2017-04-02
    • 文件大小:142658
    • 提供者:maaz
  1. GetTcpConnection

    0下载:
  2. VB获取当前所有的TCP连接信息,有需要的就下载吧。-VB to get information on all current TCP connection, there is a need to download it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:4415
    • 提供者:什锦豆腐
  1. 754633758457

    0下载:
  2. VB获取各项TCP参数,有需要的就下载吧,很好的参考。-VB to get the various TCP parameters, there is a need to download it, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3983
    • 提供者:烟鸭掌儿
  1. TCPSever

    1下载:
  2. VB.net TCP server code-Programs require TCP server code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:9801
    • 提供者:ening
  1. VbTestTcp

    0下载:
  2. 用winsock实现TCP/IP通信的VB测试程序,在同一个窗口中分别建立服务端和客户端实现通信连接。-Achieved with the winsock TCP/IP communication of the VB test program, in the same window were set to achieve service and client communication links.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2936
    • 提供者:eepconce
  1. UDP7

    0下载:
  2. VB下的暴强示例,找了好久才找到的,监视系统的UDP连接,看清楚了,是UDP连接,TCP监视网上代码已经很多了-Strong storm under VB example, looking for a long time to find, surveillance systems UDP connections, see clearly, is UDP connections, TCP monitor online code has a lot
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:152957
    • 提供者:刘星宇
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com